home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1350 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: newshub.sdsu.edu!ucsnews!rohan!weikel
  2. From: weikel@rohan.sdsu.edu (weikel)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What to learn?  c or c++
  5. Date: 10 Jan 1996 16:08:36 GMT
  6. Organization: San Diego State University Computing Services
  7. Message-ID: <4d0oa4$4nf@gondor.sdsu.edu>
  8. References: <4cvh7u$bch@news.internetmci.com>
  9. NNTP-Posting-Host: 130.191.143.100
  10.  
  11. Bret Taylor (2007170@mcimail.com) wrote:
  12. : I'm in a bit of a quandry, whether to learn c or c++.  I figure going
  13. : straight to the heart of it with Borland C++ for windows would save me
  14. : from having to relearn programming styles.  I already use visual basic
  15. : 4 so I'm familiar with programming structures.  The flip side is
  16. : everybody tells me I should learn plain ol' C first.   Any advice from
  17. : this group would be greatly appreciated.
  18.  
  19. It depends on what type of programming you wish to do.  If you want
  20. to learn languages, I'd recommend you start with C.  The reason
  21. being that plain C allows for a great deal of freedom and is a
  22. strong platform for learning C++.  I started out with C and it took
  23. me about three weeks to learn C++ (this was while working full time
  24. and taking 10 units at the university, so you'll probably do
  25. better)  I don't think it will be that easy to unlearn C++ enough
  26. to become fluent in C.
  27.  
  28. However, if you plan on doing nothing but Borland C++, I recommend
  29. you skip C, and dive right into C++ and windows programming.  I
  30. think that the best way to learn is by reading the manuals that
  31. came with the compiler (I know this may not be possible if you
  32. "borrowed" your copy of the compiler.)  Windows programming is
  33. confusing and I learn best tweaking existing window source and
  34. seeing if it does what I expect it to.  You will want a book that
  35. deals with the Borland compiler, or you are in for a lot of
  36. frustration.
  37.  
  38. Whatever you decide I wish you luck!
  39.